Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / flows / {flowAlias} / executions / execution

Path parameters:
realm - realm name (not id!)
flowAlias -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/flows/{flowAlias}/executions/execution 

Method Detail

POST /admin/realms/{realm}/authentication/flows/{flowAlias}/executions/execution

HTTP Example:
POST /admin/realms/{realm}/authentication/flows/{flowAlias}/executions/execution
API Example:

AuthenticationManagementResource.addExecution({'realm': /* name realm name (not id!) */,
  'flowAlias': …,
  '$entity': …});

Input:
Map<String,String>
Output:
void
Consumes:
application/json

Keycloak REST Services 1.5.0-Final